12 lines
207 B
TOML
12 lines
207 B
TOML
[package]
|
|
name = "opengl-starter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
glutin = "0.32.2"
|
|
glutin-winit = "0.5.0"
|
|
winit = "0.30.9"
|
|
raw-window-handle = "0.6.2"
|
|
bytemuck = "1.22.0"
|
|
glow = "0.16.0"
|