Skip to content

Commit

Permalink
documentation + up version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamicGoose committed Oct 30, 2024
1 parent 2e51811 commit d085551
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magma_ecs"
version = "0.2.0-alpha.4"
version = "0.2.0-beta.1"
edition = "2021"
license = "MIT"
description = "Entity-Component-System for the Magma3D game engine"
Expand Down
2 changes: 2 additions & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pub enum EntityError {

#[derive(Debug)]
pub enum ResourceError {
/// attempted to access resource, that doesn't exist
ResourceDoesNotExist,
/// attempted to add a resource, that is already present
ResourceAlreadyPresent,
}

0 comments on commit d085551

Please sign in to comment.