19 lines
463 B
TOML
19 lines
463 B
TOML
[package]
|
|
name = "rust_opengl"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
panic = "abort"
|
|
opt-level = "z"
|
|
codegen-units = 1
|
|
|
|
[dependencies]
|
|
gl = "0.14.0"
|
|
glfw = { version = "0.57.0", features = ["wayland"] }
|
|
image = { version = "0.25.2", default-features = false, features = ["rayon", "avif-native"] }
|
|
#jxl-oxide = { version = "0.8.1" }
|
|
#bytemuck = "1"
|
|
#ogl33 = { version = "0.2.0", features = ["debug_error_checks"]}
|
|
#beryllium = "0.13.3"
|