Skip to content

Commit 6a3ff92

Browse files
committed
wip: GPU acceleration, new release
1 parent 57f4e7c commit 6a3ff92

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ version = "0.2.9"
44
edition = "2021"
55

66
[lib]
7-
# The name of the native library. This is the name which will be used in Python to import the
8-
# library (i.e. `import rem_math`). If you change this, you must also change the name of the
9-
# `#[pymodule]` in `src/lib.rs`.
107
name = "rem_math"
11-
# "cdylib" is necessary to produce a shared library for Python to import from.
12-
#
13-
# Downstream Rust code (including code in `bin/`, `examples/`, and `tests/`) will not be able
14-
# to `use rem_math;` unless the "rlib" or "lib" crate type is also included, e.g.:
15-
# crate-type = ["cdylib", "rlib"]
168
crate-type = ["cdylib", "rlib"]
179

1810
[dependencies]

0 commit comments

Comments
 (0)