rust_opengl/Cargo.toml

12 lines
264 B
TOML
Raw Normal View History

2024-08-22 12:12:25 +00:00
[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"