mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 00:34:19 +00:00
16 lines
256 B
TOML
16 lines
256 B
TOML
|
[package]
|
||
|
name = "teapot"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[[bin]]
|
||
|
name = "teapot"
|
||
|
path = "main.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
cgmath = "0.18"
|
||
|
vulkano = { path = "../../vulkano" }
|
||
|
vulkano-shaders = { path = "../../vulkano-shaders" }
|
||
|
winit = "0.28"
|