Skip to content

Commit e903e67

Browse files
committed
remove doc gen for now
1 parent 3c96f44 commit e903e67

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

.github/workflows/doc_gen.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ categories = ["game-development"]
1212
readme = "readme.md"
1313
include = ["readme.md", "/src", "/examples", "/assets", "LICENSE"]
1414

15-
[[bin]]
16-
name = "bevy_mod_scripting_doc_gen"
17-
path = "src/documentation/main.rs"
18-
1915
[lib]
2016
name = "bevy_mod_scripting"
2117
path = "src/lib.rs"
@@ -26,9 +22,6 @@ features = ["lua", "lua54", "rhai", "rune"]
2622
[features]
2723
default = ["core_functions", "bevy_bindings", "unsafe_lua_modules"]
2824

29-
## core
30-
doc_always = ["bevy_mod_scripting_core/doc_always"]
31-
3225
## lua
3326
lua = ["bevy_mod_scripting_lua"]
3427
# one of these must be selected

src/documentation/main.rs

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)