celestinecr / celestine

An SVG library written in Crystal. Can be used to make cool animations, as well as other kinds of uses.
MIT License
92 stars 9 forks source link

Myhtml dependecy is deprecated #42

Closed franciscoGPS closed 11 months ago

franciscoGPS commented 2 years ago

This shard is great but since one of its dependencies is deprecated, is throwing errors. Myhtml creator even suggests to switch to Lexbor.

https://github.com/kostya/myhtml/issues/26

image
sol-vin commented 1 year ago

Shoot, I've been working hard on raylib-cr but I'll see what I can do to fix that but IDK if this is something that can be easily fixed without investing a bunch of time rewriting.

sol-vin commented 1 year ago

Update to this issue. Turns out I need to do two things, 1. remove "myhtml" entirely and move it into a development dependency , 2. update the specs to use Lexbor instead.

sol-vin commented 11 months ago

I took out specs for the time being, going to add them back later but for now this should work again.