Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
1
.gitignore
vendored
Executable file → Normal file
1
.gitignore
vendored
Executable file → Normal file
@ -1,2 +1,3 @@
|
||||
/target
|
||||
/.vscode
|
||||
/Cargo.lock
|
2109
Cargo.lock
generated
2109
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
5
Cargo.toml
Executable file → Normal file
5
Cargo.toml
Executable file → Normal file
@ -7,8 +7,9 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
arboard = "3.3.2"
|
||||
rdev = "0.5.3"
|
||||
winit = "0.29.15"
|
||||
tiny-skia = "0.11.4"
|
||||
softbuffer = "0.4.2"
|
||||
fontdue = "0.8.0"
|
||||
rdev = "0.5.3"
|
||||
fontdue = "0.8.0"
|
||||
send_wrapper = { version = "0.6.0", features = ["futures"] }
|
4
build.sh
4
build.sh
@ -1,4 +0,0 @@
|
||||
for i in i686-unknown-linux-gnu i686-pc-windows-gnu x86_64-pc-windows-gnu x86_64-unknown-linux-gnu
|
||||
do
|
||||
cargo build --release --target $i
|
||||
done
|
23
shell.nix
23
shell.nix
@ -1,23 +0,0 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
xorg.libXi
|
||||
xorg.libXtst
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXrandr
|
||||
libxkbcommon
|
||||
libxkbcommon.dev
|
||||
xorg.libxcb
|
||||
alsa-lib
|
||||
libudev-zero
|
||||
openssl
|
||||
];
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.libxkbcommon}/lib
|
||||
'';
|
||||
}
|
0
src/main.rs
Executable file → Normal file
0
src/main.rs
Executable file → Normal file
Loading…
Reference in New Issue
Block a user