screens & basic interactions

This commit is contained in:
galister
2023-12-07 02:07:13 +01:00
parent cb039de409
commit a3b60b9607
19 changed files with 518 additions and 1599 deletions

View File

@@ -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" }