Skip to content

Commit 729dc98

Browse files
committed
Add functionality to plot geometric beams too
1 parent 0d678bf commit 729dc98

7 files changed

Lines changed: 435 additions & 295 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ABCDMatrixOptics"
22
uuid = "ccdfd77c-c9b6-493d-8c46-f34d2494ed29"
33
authors = ["Felix Wechsler (roflmaostc) <fxw+git@mailbox.org> and contributors"]
4-
version = "0.2.2"
4+
version = "0.3.0"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -17,12 +17,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1717
ABCDMatrixOpticsPlotExt = "Plots"
1818

1919
[compat]
20-
Colors = "0.12"
20+
Colors = "0.12, 0.13"
2121
Interpolations = "0.14, 0.15"
2222
Parameters = "0.12"
2323
PrecompileTools = "1"
2424
RecipesBase = "1"
25-
julia = "1.9"
25+
julia = "1, 1.9"
2626

2727
[extras]
2828
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 commit comments

Comments
 (0)