rust_opengl/Cargo.toml

12 lines
264 B
TOML

[package]
name = "rust_opengl_helloworld"
version = "1.0.0"
edition = "2021"
[dependencies]
gl = "0.14.0"
glfw = { version = "0.57.0", features = ["wayland"] }
#bytemuck = "1"
#ogl33 = { version = "0.2.0", features = ["debug_error_checks"]}
#beryllium = "0.13.3"