Skip to content

Commit

Permalink
Rename crate to av-compositor temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy99jsp committed Aug 22, 2024
1 parent 4223058 commit 184ca41
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build docs
run: cargo doc --no-deps
- name: Add redirect
run: echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html
run: echo '<meta http-equiv="refresh" content="0;url=av_compositor/index.html">' > target/doc/index.html
- name: Remove lock file
run: rm target/doc/.lock
- name: Upload artifact
Expand Down
29 changes: 29 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 1 addition & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

name = "compositor"
name = "av-compositor"
description = "Wayland compositor made for AvdanOS"
documentation = "https://docs.avdanos.com/"
homepage = "https://avdanos.com/"
Expand All @@ -14,7 +14,6 @@ authors = [
edition = "2021"

[dependencies]
<<<<<<< HEAD

serde_json = "1.0.125"
lazy_static = "1.5.0"
Expand All @@ -28,27 +27,10 @@ thiserror = "1.0.63"
rand = "0.8.5"
xkbcommon = "0.8.0"
libc = "0.2.158"
=======
serde_json = "1.0.104"
lazy_static = "1.4.0"
json_comments = "0.2.1"
regex = "1.9.6"
slog-term = "2.9.0"
bitflags = "2.4.1"
colored = "2.0.4"
xcursor = "0.3.4"
thiserror = "1.0.50"
rand = "0.8.5"
xkbcommon = "0.6.0"
libc = "0.2.147"
tokio = { version = "1.33.0", features = ["full", "tracing"] }
chrono = "0.4.31"
anyhow = "1.0.75"
<<<<<<< HEAD
>>>>>>> c3c040b (Add deps `tokio`, `chrono`, `anyhow`)
=======
color-eyre = { version = "0.6.3" }
>>>>>>> 30c8151 (Add `color_eyre` for panic handling.)

[dependencies.json-tree]

Expand All @@ -63,11 +45,7 @@ features = ["desktop", "default", "backend_egl", "use_system_lib"]

[dependencies.serde]

<<<<<<< HEAD
version = "1.0.208"
=======
version = "1.0.190"
>>>>>>> 30c8151 (Add `color_eyre` for panic handling.)
features = ["derive"]

[dependencies.slog]
Expand Down

0 comments on commit 184ca41

Please sign in to comment.