CSCI-SHU-410-SE-Project / Deskulpt

Deskulpt (Desktop + Sculpt, pronounced /'deskʌlpt/), a cross-platform desktop customization tool.
https://csci-shu-410-se-project.github.io/Deskulpt/
MIT License
2 stars 0 forks source link

RFC migrate to use `swc_core` instead of a bunch of individual dependencies #223

Closed Charlie-XIAO closed 2 weeks ago

Charlie-XIAO commented 2 weeks ago

swc_core existed to provide a universal versioning of SWC crates, see https://github.com/swc-project/swc/discussions/5244 for more details. This can help avoid having multiple versions of the same dependency due to conflicting versions, leading to bugs that are extremely hard to discover (e.g., same name but different things due to different versions). The path to the migration is as follows: