Skip to content

Commit

Permalink
reorder files (#28)
Browse files Browse the repository at this point in the history
* reorder files

* remove includes and bump ci to 1.6
  • Loading branch information
jkrumbiegel authored Jan 11, 2022
1 parent 4c7e702 commit d19bdf5
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 378 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
3 changes: 0 additions & 3 deletions src/GridLayoutBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ const DEFAULT_COLGAP_GETTER = Ref{Function}(() -> DEFAULT_COLGAP[])

include("types.jl")
include("gridlayout.jl")
include("layout_engine.jl")
include("layoutobservables.jl")
include("gridapi.jl")
include("helpers.jl")
include("geometry_integration.jl")
include("gridlayoutspec.jl")

export GridLayout, GridPosition
Expand Down
57 changes: 0 additions & 57 deletions src/geometry_integration.jl

This file was deleted.

69 changes: 0 additions & 69 deletions src/gridapi.jl

This file was deleted.

Loading

0 comments on commit d19bdf5

Please sign in to comment.