mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
21 lines
467 B
TOML
21 lines
467 B
TOML
[package]
|
|
name = "gl-interop"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "gl-interop"
|
|
path = "main.rs"
|
|
test = false
|
|
bench = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
glium = "0.32.1"
|
|
vulkano = { workspace = true, default-features = true }
|
|
vulkano-shaders = { workspace = true }
|
|
winit = { workspace = true, default-features = true }
|
|
# Glium has still not been updated to the latest winit version
|
|
winit_glium = { package = "winit", version = "0.27.1" }
|