diff options
| author | 2026-01-16 07:48:54 +0000 | |
|---|---|---|
| committer | 2026-01-16 07:48:54 +0000 | |
| commit | e78e4e4f54b60bfc98dcf80ad5f3387b28999287 (patch) | |
| tree | 1ecad5acd02923646f0edcc44c39b1e40fa40bf7 /src-tauri | |
| parent | 15439e41644a17b4ef889e78474025d54ac4b6c7 (diff) | |
| download | DropOut-e78e4e4f54b60bfc98dcf80ad5f3387b28999287.tar.gz DropOut-e78e4e4f54b60bfc98dcf80ad5f3387b28999287.zip | |
chore: apply prek auto-fixes [skip ci]
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/Cargo.toml | 1 | ||||
| -rw-r--r-- | src-tauri/icons/icon.svg | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ab6a063..62858cf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -45,4 +45,3 @@ section = "games" assets = [ ["target/release/dropout", "usr/bin/", "755"], ] - diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg index d8b0ed7..0baf00f 100644 --- a/src-tauri/icons/icon.svg +++ b/src-tauri/icons/icon.svg @@ -47,4 +47,4 @@ <!-- Layer 3: Output - x=412 --> <circle cx="412" cy="256" r="30" fill="#7289da" stroke="#ffffff" stroke-width="4"/> -</svg>
\ No newline at end of file +</svg> |