-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Artem V. Ageev
committed
Mar 31, 2024
1 parent
c4d37c3
commit 070f864
Showing
110 changed files
with
1,542 additions
and
182 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[workspace] | ||
|
||
members = [ | ||
"cairo-demo", | ||
"cairo_shadow_button", | ||
"calendar", | ||
"egui-demo", | ||
"ffmpeg", | ||
"flcalculator", | ||
"flcsv", | ||
"fldialect", | ||
"flfemtovg", | ||
"flglium", | ||
"flglow", | ||
"flimage", | ||
"fllibmpv", | ||
"flpixels", | ||
"flplotters", | ||
"flraqote", | ||
"flspeedy2d", | ||
"flresters", | ||
"fltext", | ||
"flwgpu", | ||
"framebuffer", | ||
"glut", | ||
"glyphmap", | ||
"gst", | ||
"libvlc", | ||
"mpv", | ||
"musicplayer", | ||
"opengl", | ||
"rounded-svg", | ||
"systray", | ||
"terminal", | ||
"tinyskia", | ||
"web-todo", | ||
"web-todo2", | ||
"webview", | ||
"xterm", | ||
] | ||
|
||
[profile.release] | ||
strip = true | ||
opt-level = "z" | ||
lto = true | ||
panic = "abort" |
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
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,14 +1,14 @@ | ||
[package] | ||
name = "csv" | ||
name = "flcsv" | ||
version = "0.1.0" | ||
authors = ["MoAlyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = "1" | ||
fltk = "^1.4" | ||
csv = "1.1.6" | ||
serde = { version = "1", features = ["derive"] } | ||
lazy_static = "1.4" | ||
image = { version = "0.24.5", default-features = false, features = ["jpeg"] } | ||
image = { version = "0.24.5", default-features = false, features = ["jpeg"] } |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 +1,11 @@ | ||
[package] | ||
name = "femtovg" | ||
name = "flfemtovg" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = { version = "1", features = ["enable-glwindow"] } | ||
fltk = { version = "^1.4", features = ["enable-glwindow"] } | ||
femtovg = "0.1.1" |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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,5 +1,5 @@ | ||
[package] | ||
name = "glium" | ||
name = "flglium" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -8,4 +8,4 @@ edition = "2021" | |
|
||
[dependencies] | ||
glium = { version = "0.29", default-features = false } # no need for glutin | ||
fltk = { version = "1", features = ["enable-glwindow"] } | ||
fltk = { version = "^1.4", features = ["enable-glwindow"] } |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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,11 +1,11 @@ | ||
[package] | ||
name = "glow" | ||
name = "flglow" | ||
version = "0.1.0" | ||
authors = ["MoAlyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = { version = "1", features = ["enable-glwindow"] } | ||
glow = "0.7" | ||
fltk = { version = "^1.4", features = ["enable-glwindow"] } | ||
glow = "^0.13" |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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,12 +1,12 @@ | ||
[package] | ||
name = "image" | ||
name = "flimage" | ||
version = "0.1.0" | ||
authors = ["MoAlyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = "1" | ||
fltk = "^1.4" | ||
image = "0.24" | ||
rust-embed = "6.6.1" |
File renamed without changes.
File renamed without changes
File renamed without changes.
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,11 +1,11 @@ | ||
[package] | ||
name = "libmpv" | ||
name = "fllibmpv" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = {version = "1.1", features=["enable-glwindow", "no-pango"]} | ||
fltk = {version = "^1.4", features=["enable-glwindow", "no-pango"]} | ||
libmpv = { git = "https://github.com/anlumo/libmpv-rs" } |
File renamed without changes.
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
File renamed without changes.
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,5 +1,5 @@ | ||
[package] | ||
name = "pixels" | ||
name = "flpixels" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -8,5 +8,5 @@ resolver = "2" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = { version = "^1", features = ["raw-window-handle"] } | ||
pixels = "0.9.0" | ||
fltk = { version = "^1.4", features = ["raw-window-handle"] } | ||
pixels = "^0.13" |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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,12 +1,12 @@ | ||
[package] | ||
name = "plotters" | ||
name = "flplotters" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = "1" | ||
fltk = "^1.4" | ||
plotters = "0.3.0" | ||
plotters-bitmap = "0.3.0" |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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,11 +1,11 @@ | ||
[package] | ||
name = "raqote" | ||
name = "flraqote" | ||
version = "0.1.0" | ||
authors = ["Mohammed Alyousef <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fltk = "1" | ||
raqote = "0.8" | ||
fltk = "^1.4" | ||
raqote = "0.8" |
File renamed without changes.
File renamed without changes
File renamed without changes
Oops, something went wrong.