simplify enums and test into libcosmic

This commit is contained in:
death916 2026-03-05 02:30:23 -08:00
parent c3923a984e
commit b3b2b6f200
16 changed files with 7619 additions and 72 deletions

View file

@ -9,8 +9,37 @@ pkgs.mkShell {
python313Packages.ninja
python313Packages.numpy
bun
unstable.rustc
unstable.cargo
unstable.rust-analyzer
unstable.rustfmt
pkgs.pkg-config
pkgs.openssl
pkgs.libxcb
pkgs.pkg-config
pkgs.openssl
pkgs.alsa-lib
pkgs.libxcb
pkgs.wayland
pkgs.libxkbcommon
pkgs.fontconfig
pkgs.freetype
pkgs.mesa
pkgs.libGL
pkgs.glib
pkgs.vulkan-loader
pkgs.vulkan-headers
pkgs.clippy
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.wayland
pkgs.libxkbcommon
pkgs.mesa
pkgs.glib
pkgs.vulkan-loader
];
shellHook = ''
source .venv/bin/activate
# export PATH="${pkgs.bun}/bin:$PATH"