canvas/Cargo.toml
Steins7 8fb74a0381 Started implementing Wgpu renderer
+ implemented basic setup code
+ implemented basic resize code
! renderer will default to GLES backend due to NV prime (Wgpu bug)
2022-07-02 23:28:30 +02:00

20 lines
389 B
TOML

[package]
name = "canvas"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "^0.4.17"
chrono = "^0.4.19"
fern = { version = "^0.6.1", features = ["colored"] }
bitflags = "^1.3.2"
cgmath = "^0.18.0"
pollster = "^0.2.5"
winit = "^0.26.1"
raw-window-handle = "^0.4.3"
wgpu = "^0.13.0"