Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Jun 20, 2024
1 parent 9370c4b commit ae81470
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ docs/_build/

# Pyenv
.python-version

# Manim
media/
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 = "manimforge"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Manim-Forge
Some parts of the python library [Manim](https://www.manim.community) need
to be executed fast. This library contains code
for these computations, but written in Rust
to improve speed.
21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,23 @@ build-backend = "maturin"

[project]
name = "manimforge"
description = "Rust parts of the Animation Library Manim"
version = "0.1.1"
readme = "README.md"
license = "MIT"
requires-python = ">=3.9,<3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
dependencies = []

[project.urls]
documentation="https://docs.manim.community/"
homepage="https://www.manim.community/"
repository = "https://github.com/ManimCommunity/manim-forge"

[tool.maturin]
features = ["pyo3/extension-module"]

[tool.poetry]
name = "manimforge"
version = "0.0.1"
description = "Animation engine for explanatory math videos."
authors = ["The Manim Community Developers <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
maturin = ">=1.6,<2.0"

0 comments on commit ae81470

Please sign in to comment.