Add build output dependency file for mouse-test application

Add standard menu fore keybinds
This commit is contained in:
2026-03-28 03:18:41 +01:00
parent 4440ad79bd
commit 3a9e292088
203 changed files with 3797 additions and 29 deletions

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,25 @@
cargo:rerun-if-changed=build.rs
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
cargo:rustc-cfg=freebsd12
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS
cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
cargo:rustc-check-cfg=cfg(espidf_time32)
cargo:rustc-check-cfg=cfg(freebsd10)
cargo:rustc-check-cfg=cfg(freebsd11)
cargo:rustc-check-cfg=cfg(freebsd12)
cargo:rustc-check-cfg=cfg(freebsd13)
cargo:rustc-check-cfg=cfg(freebsd14)
cargo:rustc-check-cfg=cfg(freebsd15)
cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64)
cargo:rustc-check-cfg=cfg(gnu_time_bits64)
cargo:rustc-check-cfg=cfg(libc_deny_warnings)
cargo:rustc-check-cfg=cfg(linux_time_bits64)
cargo:rustc-check-cfg=cfg(musl_v1_2_3)
cargo:rustc-check-cfg=cfg(musl32_time64)
cargo:rustc-check-cfg=cfg(vxworks_lt_25_09)
cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))
cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))
cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))

View File

@@ -0,0 +1 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/libc-bea32bb21c7eb060/out

View File

@@ -0,0 +1,5 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/libc-ea5ad1246bf51071/build_script_build-ea5ad1246bf51071.d: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/libc-ea5ad1246bf51071/build_script_build-ea5ad1246bf51071: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs
/home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs:

View File

@@ -0,0 +1,5 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/parking_lot_core-0bd745cf7da85f56/build_script_build-0bd745cf7da85f56.d: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/parking_lot_core-0bd745cf7da85f56/build_script_build-0bd745cf7da85f56: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs
/home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs:

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,2 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(tsan_enabled)

View File

@@ -0,0 +1 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/parking_lot_core-c5610ccd4b03c707/out

View File

@@ -0,0 +1,5 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/rustix-51ac11c8d745d068/build_script_build-51ac11c8d745d068.d: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/rustix-51ac11c8d745d068/build_script_build-51ac11c8d745d068: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs
/home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs:

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,10 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-cfg=static_assertions
cargo:rustc-cfg=linux_raw
cargo:rustc-cfg=linux_like
cargo:rustc-cfg=linux_kernel
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
cargo:rerun-if-env-changed=CARGO_CFG_MIRI

View File

@@ -0,0 +1 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/rustix-d99f030b6af4839f/out

View File

@@ -0,0 +1,5 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/signal-hook-d0c592f645e4d7a4/build_script_build-d0c592f645e4d7a4.d: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/signal-hook-d0c592f645e4d7a4/build_script_build-d0c592f645e4d7a4: /home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs
/home/brasse/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs:

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1 @@
/home/brasse/repos/TUI-WM/testapps/mouse-test/target/release/build/signal-hook-f680f6a03305b274/out