Skip to content

Commit

Permalink
Fix badges and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Jun 21, 2024
1 parent f243fc1 commit a01a0cd
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: badge

on:
push:
branches: [ master ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
members = ["proc-lib", "proc"]

[workspace.package]
version = "1.0.0-rc1"
version = "1.0.0-rc2"
edition = "2021"
authors = ["Zakarum <zaq.dev@icloud.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/edict"
homepage = "https://github.com/zakarumych/edict"
repository = "https://github.com/zakarumych/edict"
readme = "README.md"
description = "Experimental entity-component-system library"
description = "Powerful entity-component-system library"
keywords = ["ecs", "entity"]
categories = ["no-std", "game-development", "data-structures"]

Expand Down Expand Up @@ -43,7 +43,7 @@ default = ["std", "scheduler", "flow"]
rayon = ["dep:rayon", "std"]

[dependencies]
edict-proc = { version = "1.0.0-rc1", path = "proc" }
edict-proc = { version = "=1.0.0-rc2", path = "proc" }
amity = { version = "0.2.1", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14" }
smallvec = { version = "1.10", features = ["union"], default-features = false }
Expand Down
Loading

0 comments on commit a01a0cd

Please sign in to comment.