generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revisit todos #6 and revise manifest
- Loading branch information
1 parent
bdb88b3
commit 34feced
Showing
10 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
[package] | ||
authors = ["Tom Krüger <[email protected]>"] | ||
description = "An interactive visualization tool for dynamics in chaotic systems." | ||
homepage = "https://tomtuamnuq.github.io/rusty-chaos-craftor/" | ||
keywords = ["chaotic-dynamical-systems", "particles", "fractals", "complex-numbers", "perplex-numbers"] | ||
categories = ["chaos-theory", "simulation", "mathematics"] | ||
license = "MIT" | ||
repository = "https://github.com/tomtuamnuq/rusty-chaos-craftor" | ||
name = "rusty-chaos-craftor" | ||
version = "1.0.0" | ||
authors = ["Tom Krüger <[email protected]>"] | ||
readme = "README.md" | ||
edition = "2021" | ||
rust-version = "1.76" | ||
|
||
|
@@ -33,9 +40,9 @@ num-dual = "0.8" | |
|
||
# switch manually between local git and upstream | ||
egui-plotter = { git = "https://github.com/Gip-Gip/egui-plotter.git", branch = "main" } | ||
perplex_num = { git = "https://github.com/tomtuamnuq/perplex_num.git", branch = "main" } | ||
#egui-plotter = { path = "../egui-plotter" } | ||
#perplex_num = { path = "../perplex_num" } | ||
perplex_num = "0.1" | ||
# egui-plotter = { path = "../egui-plotter" } | ||
# perplex_num = { path = "../perplex_num" } | ||
|
||
# native: | ||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// progressive web application cache | ||
var cacheName = 'rusty-chaos-craftor-pwa'; | ||
var filesToCache = [ | ||
'./', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters