2024-08-22 12:12:25 +00:00
|
|
|
[package]
|
|
|
|
name = "rust_opengl_helloworld"
|
|
|
|
version = "1.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2024-08-24 00:35:34 +00:00
|
|
|
[profile.release]
|
|
|
|
lto = "fat"
|
|
|
|
panic = "abort"
|
|
|
|
opt-level = "z"
|
|
|
|
codegen-units = 1
|
|
|
|
|
2024-08-22 12:12:25 +00:00
|
|
|
[dependencies]
|
|
|
|
gl = "0.14.0"
|
|
|
|
glfw = { version = "0.57.0", features = ["wayland"] }
|
2024-08-24 00:35:34 +00:00
|
|
|
#jxl-oxide = { version = "0.8.1" }
|
|
|
|
rav1d = { version = "1.0.0", default-features = false, features = ["bitdepth_8", "bitdepth_16"] }
|
2024-08-22 12:12:25 +00:00
|
|
|
#bytemuck = "1"
|
|
|
|
#ogl33 = { version = "0.2.0", features = ["debug_error_checks"]}
|
|
|
|
#beryllium = "0.13.3"
|