Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

7 changed files with 4 additions and 2138 deletions

1
.gitignore vendored Executable file → Normal file
View File

@ -1,2 +1,3 @@
/target
/.vscode
/Cargo.lock

2109
Cargo.lock generated

File diff suppressed because it is too large Load Diff

5
Cargo.toml Executable file → Normal file
View 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"] }

0
README.md Executable file → Normal file
View File

View File

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

View File

@ -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
View File