Skip to content

Commit ebbba24

Browse files
committed
add compat
1 parent a6f4411 commit ebbba24

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1212

1313
[compat]
14+
FillArrays = "0.13"
15+
IntervalSets = "0.7"
16+
Reexport = "1"
17+
StaticArrays = "1"
1418
julia = "1.6"
1519

1620
[extras]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
### API
2323

2424
```julia
25+
julia> using CommonRLSpaces
26+
2527
julia> s = Space((:litchi, :longan, :mango))
2628
Space{Tuple{Symbol, Symbol, Symbol}}((:litchi, :longan, :mango))
2729

@@ -36,8 +38,6 @@ julia> size(s)
3638
```
3739

3840
```julia
39-
julia> using CommonRLSpaces
40-
4141
julia> s = Space(UInt8, 2,3)
4242
Space{Matrix{UnitRange{UInt8}}}(UnitRange{UInt8}[0x00:0xff 0x00:0xff 0x00:0xff; 0x00:0xff 0x00:0xff 0x00:0xff])
4343

0 commit comments

Comments
 (0)