-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (23 loc) · 1.19 KB
/
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
package={name='ui', version='0.0.0', edition='2024', description='Vulkano/Wayland without Smithay/libwayland-sys'}
[dependencies]
#array-concat='*' # unexpected `cfg` condition value: `const_panic`
fehler='*'
itertools='*' # fixme: optional
vector={ git='https://github.com/Matthias-Fauconneau/vector', features=['int_roundings']}
image={ git='https://github.com/Matthias-Fauconneau/image' }
rustix={ version='*', features=['fs','mm','net','event'] }
bytemuck={ version='*', features=['extern_crate_alloc'] }
vulkano={ git='https://github.com/vulkano-rs/vulkano', default-features=false, features=['macros'] }
drm-fourcc='*'
text-size={ version='*', optional=true }
unicode-segmentation={ version='*', optional=true }
rustybuzz={ version='*', optional=true }
derive_more={ version='*', features=['deref'], optional=true }
owning_ref={ version='*', optional=true }
kurbo={ version='*', optional=true }
glob={ version='*', optional=true }
[features]
text=['dep:text-size','dep:unicode-segmentation','dep:rustybuzz','dep:derive_more','dep:owning_ref','dep:kurbo','dep:glob']
graphic=[]
[patch.'https://github.com/vulkano-rs/vulkano']
vulkano={ git='https://github.com/Matthias-Fauconneau/vulkano' } # drm modifier fix