Skip to content

Commit

Permalink
Migration of extensions from main anyrun repo
Browse files Browse the repository at this point in the history
  • Loading branch information
slowsage committed Jan 9, 2025
1 parent 06017e7 commit 812d907
Show file tree
Hide file tree
Showing 47 changed files with 27 additions and 38,877 deletions.
1,237 changes: 8 additions & 1,229 deletions Cargo.lock

Large diffs are not rendered by default.

37 changes: 19 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[workspace]
resolver = "2"
members = [
"anyrun",
"anyrun-plugin",
"anyrun-macros",
"anyrun-interface",
"plugins/applications",
"plugins/symbols",
"plugins/rink",
"plugins/shell",
"plugins/kidex",
"plugins/translate",
"plugins/randr",
"plugins/stdin",
"plugins/dictionary",
"plugins/websearch",
]
[package]
name = "anyrun"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyrun-macros = "0.1.1"
abi_stable = "0.11.1"
gtk = "0.16.2"
gtk-layer-shell = { version = "0.5.1", features = ["v0_6"] }
ron = "0.8.0"
serde = { version = "1.0.210", features = ["derive"] }
anyrun-interface = "0.1.1"
wl-clipboard-rs = "0.9.1"
nix = { version = "0.29", default-features = false, features = ["process"] }
clap = { version = "4.2.7", features = ["derive"] }
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
9 changes: 0 additions & 9 deletions anyrun-interface/Cargo.toml

This file was deleted.

77 changes: 0 additions & 77 deletions anyrun-interface/src/lib.rs

This file was deleted.

13 changes: 0 additions & 13 deletions anyrun-macros/Cargo.toml

This file was deleted.

252 changes: 0 additions & 252 deletions anyrun-macros/src/lib.rs

This file was deleted.

Loading

0 comments on commit 812d907

Please sign in to comment.