GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

Add extension for DataFrames #99

Closed hhaensel closed 1 year ago

hhaensel commented 1 year ago

This PR accounts for the new extension architecture in Julia 1.9, which replaces Requires.jl

Due to errors in using Revise together with Requires in Julia 1.8.5 I have added two different extension files for 1.9 and pre-1.9:

1.9:

pre-1.9 (no modules, with Requires.jl):

This PR is expected to fail until the corresponding PR https://github.com/GenieFramework/Stipple.jl/pull/209 in Stipple has been merged.