Skip to content

Commit

Permalink
fix(ci): adjust covector configuration for crate asset path (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Aug 13, 2023
1 parent 31d17e9 commit 5c0bfb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"publish": [
{
"command": "cargo package --allow-dirty --features tray",
"command": "cargo package --allow-dirty",
"dryRunCommand": true
},
{
Expand Down Expand Up @@ -68,7 +68,7 @@
],
"assets": [
{
"path": "${ pkg.path }/${ pkg.pkg }-${ pkgFile.version }.crate",
"path": "./target/package/${ pkg.pkg }-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ sudo apt install libgtk-3-dev
### Acknowledgement

This is a fork of [winit](https://crates.io/crates/winit) which replaces Linux's port to Gtk.
We need it not only because of webkit2gtk, but also a lot of Desktop Environment features like menu bar, and tray icons.
In the future, we want to make these features more modular as separate crates. So we can switch back to winit and also benefit the whole community.
1 change: 0 additions & 1 deletion tao-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ proc-macro = true

[features]
default = [ ]
tray = [ ]

[dependencies]
proc-macro2 = "1"
Expand Down

0 comments on commit 5c0bfb6

Please sign in to comment.