Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 5, 2024
1 parent a5d08a4 commit b9c6532
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request: {}


env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
RUST_BACKTRACE: short


jobs:

build:
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.1-alpha.3"
version = "0.0.1-alpha.4"
authors = ["Benedikt Schwab <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/envis-space/emesh-converter"

[workspace.dependencies]
ecoord = { version = "0.0.1-alpha.3" }
emesh = { version = "0.0.1-alpha.3" }
egraphics = { version = "0.0.1-alpha.3" }
ecoord = { version = "0.0.1-alpha.4" }
emesh = { version = "0.0.1-alpha.4" }
egraphics = { version = "0.0.1-alpha.4" }

thiserror = "1.0.61"
clap = "4.5.9"
thiserror = "1.0.63"
clap = "4.5.11"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
polars = "0.41.3"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

A Rust library for converting 3D polygon meshes to other representations.

> [!WARNING]
> The library is at an early stage of development.
The library is at an early stage of development.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion crates/emesh-converter-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "CLI tool for converting 3D polygon meshes to other representation


[dependencies]
emesh-converter = { version = "0.0.1-alpha.3", path = "../emesh-converter" }
emesh-converter = { version = "0.0.1-alpha.4", path = "../emesh-converter" }

emesh = { workspace = true }
egraphics = { workspace = true }
Expand Down
3 changes: 1 addition & 2 deletions crates/emesh-converter-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

CLI tool for converting 3D polygon meshes to other representations.

> [!WARNING]
> The library is at an early stage of development.
The library is at an early stage of development.

## Contributing

Expand Down
3 changes: 1 addition & 2 deletions crates/emesh-converter-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Core primitives and operations for converting 3D polygon meshes to other representations.

> [!WARNING]
> The library is at an early stage of development.
The library is at an early stage of development.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion crates/emesh-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ description = "Library for converting 3D polygon meshes to other representations


[dependencies]
emesh-converter-core = { version = "0.0.1-alpha.3", path = "../emesh-converter-core" }
emesh-converter-core = { version = "0.0.1-alpha.4", path = "../emesh-converter-core" }
3 changes: 1 addition & 2 deletions crates/emesh-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Library for converting 3D polygon meshes to other representations.

> [!WARNING]
> The library is at an early stage of development.
The library is at an early stage of development.

## Contributing

Expand Down

0 comments on commit b9c6532

Please sign in to comment.