-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
40 lines (37 loc) · 954 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "egui_winit_ash_vk_mem"
version = "0.5.0"
authors = ["Orito Itsuki <[email protected]>"]
description = "This is the egui integration crate for winit, ash and vk_mem."
edition = "2018"
homepage = "https://docs.rs/egui_winit_ash_vk_mem"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/egui_winit_ash_vk_mem"
readme = "README.md"
repository = "https://github.com/MatchaChoco010/egui_winit_ash_vk_mem"
categories = ["gui", "game-development"]
keywords = ["gui", "winit", "ash", "vulkan", "vk_mem"]
include = [
"src/*.rs",
"src/shaders/spv/*.spv",
"Cargo.toml",
]
[dependencies]
ash = "0.32.1"
bytemuck = "1.5.0"
copypasta = "0.7.1"
egui = "0.13.0"
vk-mem = "0.2.2"
webbrowser = "0.5.5"
winit = "0.25.0"
[dev-dependencies]
anyhow = "1.0.38"
ash-window = "0.6.0"
crevice = "0.6.0"
image = "0.23.13"
memoffset = "0.6.1"
mint = "0.5.6"
tobj = "3.0.1"
[dev-dependencies.cgmath]
version = "0.18.0"
features = ["mint"]