Merge pull request #5077 from penpot/ladybenko-8638-docker-rust

Set up devenv for Rust
This commit is contained in:
Andrey Antukh 2024-09-17 17:30:38 +02:00 committed by GitHub
commit 2dea0b52ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 518 additions and 1 deletions

View file

@ -0,0 +1,5 @@
if (!('dynamicImport' in window)) {
window.dynamicImport = function(uri) {
return import(uri);
}
};