screens & basic interactions
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,3 +1,12 @@
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debuginfo-level = 1
|
||||
jemalloc = false
|
||||
debug = true
|
||||
|
||||
[rust]
|
||||
debuginfo-level = 1
|
||||
|
||||
[package]
|
||||
name = "wlx-overlay-s"
|
||||
version = "0.1.0"
|
||||
@@ -36,5 +45,5 @@ vulkano-shaders = "0.33.0"
|
||||
vulkano-util = "0.33.0"
|
||||
vulkano-win = "0.33.0"
|
||||
winit = "0.28.6"
|
||||
wlx-capture = { git = "https://github.com/galister/wlx-capture.git" }
|
||||
wlx-capture = { path = "../wlx-capture" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user