-
Notifications
You must be signed in to change notification settings - Fork 7
Bundler plugins #77
Copy link
Copy link
Open
Labels
Area-CliArea-MacrosKind-FeatureMaybeWe are unsure whether we want this feature/change or not.We are unsure whether we want this feature/change or not.Priority-LowStatus-Needs Discussion
Metadata
Metadata
Assignees
Labels
Area-CliArea-MacrosKind-FeatureMaybeWe are unsure whether we want this feature/change or not.We are unsure whether we want this feature/change or not.Priority-LowStatus-Needs Discussion
This is a generic version of #21 , which would allow crates to implement their own asset pipelines that work with the asset macro at compile time.
Unsure how exactly to pull this off.
ideally you list crates as dependencies in your
Cargo.toml, but then we somehow have to pickup and run those at compile time.maybe a dedicated
....natrix.pluginstable where you can list cartes to be loaded as dlls that can influence the bundling process in various ways.