Skip to content

Commit

Permalink
Merge pull request #1823 from hannobraun/window
Browse files Browse the repository at this point in the history
Move `fj-window` to `fornjot-extra`
  • Loading branch information
hannobraun authored May 15, 2023
2 parents 20cac5f + c251faf commit 6ea7793
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 505 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"crates/fj-kernel",
"crates/fj-math",
"crates/fj-viewer",
# "crates/fj-window",

"tools/autolib",
"tools/automator",
Expand All @@ -20,18 +19,14 @@ default-members = [
"crates/fj-kernel",
"crates/fj-math",
"crates/fj-viewer",
# "crates/fj-window",
]


[workspace.package]
version = "0.46.0"
edition = "2021"

description = """\
Early-stage, next-generation, code-first CAD application. Because the world \
needs another CAD program.\
"""
description = "Early-stage b-rep CAD kernel."
readme = "README.md"
homepage = "https://www.fornjot.app/"
repository = "https://github.com/hannobraun/fornjot"
Expand Down Expand Up @@ -75,7 +70,3 @@ path = "crates/fj-proc"
[workspace.dependencies.fj-viewer]
version = "0.46.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.46.0"
path = "crates/fj-window"
26 changes: 0 additions & 26 deletions crates/fj-window/Cargo.toml

This file was deleted.

290 changes: 0 additions & 290 deletions crates/fj-window/src/event_loop_handler.rs

This file was deleted.

19 changes: 0 additions & 19 deletions crates/fj-window/src/lib.rs

This file was deleted.

Loading

0 comments on commit 6ea7793

Please sign in to comment.